updateFactfind
Update the user's factfind
GraphQL Schema
extend type mutation {
"""Update the user's factfind"""
updateFactfind(input: UpdateFactfindInput!): UpdateFactfindPayload!
}
Arguments
| Name | Type | Description |
|---|---|---|
| input | [UpdateFactfindInput!](/04-reference/05-Input Objects/UpdateFactfindInput.mdx) |
Response Shape
This mutation returns UpdateFactfindPayload!
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| error | ErrorType | Error information |
| factfind | Factfind | Factfind details |